gtkmain: Don't process WM events if there's a grab on another toplevel
authorCarlos Garnacho <carlosg@gnome.org>
Tue, 4 Aug 2015 13:49:34 +0000 (15:49 +0200)
committerCarlos Garnacho <carlosg@gnome.org>
Tue, 4 Aug 2015 15:58:39 +0000 (17:58 +0200)
commita6ca56969e85d0f482f86d08abf48aa7ce54012a
tree9ae1d826113a71bcd49094a8aa586972a7d9eb74
parent56d39241a90c19ed37686b7bd7e3944b32bae94d
gtkmain: Don't process WM events if there's a grab on another toplevel

This is implicitly done for us in the case of grabs on windows from other
groups, but we must perform this check explicitly for grabs with
owner_events=True on windows from the same group, in that case the window
would handle the events as if there was no grab.

https://bugzilla.gnome.org/show_bug.cgi?id=752327
gtk/gtkmain.c